widget: Fix drawing invalidation with windowed widgets
authorTimm Bäder <mail@baedert.org>
Wed, 21 Jun 2017 10:15:47 +0000 (12:15 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:14 +0000 (21:27 -0400)
commit2cbaa998db6c6ba4400eea9e54665c2b6c1f1dc1
tree5454a4b6a75f608287136b6509beb43031589e11
parentbc807789ba0fca18c12d04858065f3bcd93e0a71
widget: Fix drawing invalidation with windowed widgets

E.g. popovers. Find the parent of the given widget with the window and
invalidate the given region in that window.
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h
gtk/gtkwindow.c